Comparer<T>
object
Default
Equals(object obj)
, Inherited from object
,Finalize()
, Inherited from object
,GetHashCode()
, Inherited from object
,GetType()
, Inherited from object
,MemberwiseClone()
, Inherited from object
,ToString()
, Inherited from objectS System.Collections.Generic.IComparer<T> Default | Access: Read-Only Value:The comparer Create a default comparer.The IComparer[T] object is constructed when this class is initialised, i.e. its static constructors called. Thus, the property will be the same object for the duration of an invocation of the runtime, but a value serialized in another invocation and deserialized here will not be the same object.
|